From b9f373536120901237701a8b2daa203a5aa11ddb Mon Sep 17 00:00:00 2001 From: Iceyer Date: Tue, 28 Nov 2017 17:36:44 +0800 Subject: [PATCH] Release 2.0.5.2 Change-Id: I564848bb4538ff53277bc11701964f1df6352288 --- .clog.toml | 5 +++++ CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .clog.toml diff --git a/.clog.toml b/.clog.toml new file mode 100644 index 0000000..646b8fe --- /dev/null +++ b/.clog.toml @@ -0,0 +1,5 @@ +[clog] +repository = "https://github.com/linuxdeepin/dtkcore" +from-latest-tag = true + +changelog = "CHANGELOG.md" diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e0fea..e966cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 2.0.5.2 (2017-11-28) + + +#### Bug Fixes + +* make macosx build success ([af04bbe1](https://github.com/linuxdeepin/dtkcore/commit/af04bbe193a4b4251908f830d927ebdc8f4459e7)) +* windows build failed ([66c4c812](https://github.com/linuxdeepin/dtkcore/commit/66c4c812eb29634710642f4e9d6b3d69cc692cb2)) + +#### Features + +* add macro D_DECL_DEPRECATED ([89e49868](https://github.com/linuxdeepin/dtkcore/commit/89e49868f113ef01c03bcf5b6846eec95c428382)) + + + ## 2.0.5 (2017-11-06) -- 2.39.5